[IA64] trivial compilation fix (debugger.h)
authorawilliam@xenbuild.aw <awilliam@xenbuild.aw>
Fri, 24 Mar 2006 17:34:40 +0000 (10:34 -0700)
committerawilliam@xenbuild.aw <awilliam@xenbuild.aw>
Fri, 24 Mar 2006 17:34:40 +0000 (10:34 -0700)
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
xen/include/asm-ia64/debugger.h

index 9d59159fc6571cbe85554d124d7c13c91421ed4e..2b895cb1c76c6ed42b590ba0d133738ae580ca6a 100644 (file)
@@ -22,8 +22,6 @@
 #ifndef __ASM_DEBUGGER_H__
 #define __ASM_DEBUGGER_H__
 
-#include <xen/softirq.h>
-
 // this number is an arbitary number which is not used for any other purpose
 // __builtin_trap(), FORCE_CRASH() 0x0
 // ski  0x80001, 0x80002
@@ -38,6 +36,8 @@
 
 #ifndef __ASSEMBLY__
 
+#include <xen/sched.h>
+#include <xen/softirq.h>
 #include <xen/gdbstub.h>
 
 void show_registers(struct cpu_user_regs *regs);